You are here: Statements and Functions > Real()
Syntax sample
REAL(<expression>)
Var2 = Var1 + REAL(Var3)
Attr3 = 1.05 * REAL(Var5)
Converts an integer to a real number. ProModel automatically converts integers to real when needed.
Any expression.
Components
<expression>
REAL() converts this expression to a real number.
ROUND() and TRUNC().